The main things you need to know are:
- 3D reconstructions are still generated by DicomImage objects. This enables them to be viewed on DicomViewer controls via insertion to DicomImageCollection.
- These 3D images are represented by DicomImage3D class.
- A DicomVolume Object is created from either:
- A single multi-frame DicomImage Object
OR - A set of related single frame images in a DicomImages Collection
- A single multi-frame DicomImage Object
- You then control the viewing of the reconstruction by using the methods and properties accessible within the DicomImage3D class, which lists all 3D specific operations of that image.